home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / MiscTree.Browser.h < prev    next >
Encoding:
Text File  |  1996-02-08  |  867 b   |  26 lines

  1. //
  2. // MiscTree.Browser.h -- Category of MiscTree that allows a MiscTree to be
  3. //         a delegate for an NXBrowser
  4. //        Written by Scott Anguish Copyright (c) 1994 by Scott Anguish.
  5. //                Version 1.0.  All rights reserved.
  6. //
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This program is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //    
  14. #import <appkit/appkit.h>
  15. #import <misckit/MiscTree.h>
  16.  
  17. @interface MiscTree(Browser)
  18. - returnSelectedNode:theBrowser;
  19. - returnSelectedPath:theBrowser;
  20. - pathToChild:theString;
  21. - labelString;
  22. - pathToChild:theString level:(int)theLevel;
  23. - (int)browser:sender fillMatrix:matrix inColumn:(int)column;
  24.  
  25. @end
  26.